home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Sharing Fun! I Know My Savior Lives / Sunday Savers: Sharing Fun! I Know My Savior Lives.iso / mac / Xtras / PrintOMatic MX 1.7.3 / PrintOMatic MX (Win32) / -PrintOMatic MX Demo.dir / 00012_release notes.ls < prev    next >
Encoding:
Text File  |  2004-04-06  |  326 b   |  12 lines

  1. on mouseUp
  2.   if isXtraInstalled("printomatic") = 0 then
  3.     alert("The PrintOMatic Xtra is not installed. Printing is disabled.")
  4.     exit
  5.   end if
  6.   if word 1 of the text of cast the castNum of sprite the clickOn = "Preview" then
  7.     printPreview(member("releasenotes"))
  8.   else
  9.     print(member("releasenotes"))
  10.   end if
  11. end
  12.